home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.readme < prev    next >
Text File  |  2001-09-09  |  56KB  |  1,095 lines

  1. Short:    Ldmud 3.2.9 driver binary
  2. Author:   Lars Pensjø, Jörn Rennecke, Lars Düning
  3. Uploader: "Niels Böhm" <bohmmrwc@yahoo.com>
  4. Version:  3.2.9 dev 320
  5. Type:     game/role
  6. Replaces: game/role/ldmud-328-BIN.lha
  7. Requires: ixemul.library (V48.0+), ixnet.library (V48.0+), TCP/IP stack,
  8. Action:   NoStart
  9.  
  10.           OS2.0+, MC68020+, FPU (or FPU emulation code)
  11.           (please tell me if you need an MC68000 or a non-FPU version)
  12. Long:
  13.  
  14. Please have a look at <<< http://www.bearnip.com/lars/proj/ldmud.html >>> for
  15. current information on the ldmud project.
  16.  
  17.  
  18. So what's this? Well, since you're reading this, i guess you already know what
  19. a MUD is. If not, it's the acronym for Multi User Dungeon and simply means a
  20. role playing game for many users at the same time who can interact with each
  21. other. Obviously, this is realised over a TCP/IP link and ldmuds (before Lars
  22. Düning took over development, they were called lpmud (the original author's
  23. name is Lars Pensjø)) are purely text-based.
  24.  
  25. So what does this driver do? Well, ldmuds/lpmuds are written in a special
  26. language called LPC (Lars Pensjø C) and the driver does all the necessary
  27. things like pre-compiling your sources, running and interpreting them and
  28. providing you with basic functions for your coding pleasure (there's a vast
  29. range of functions the driver supplies). It's quite similar to a java
  30. environment, with the difference that the compiler and interpreter are combined
  31. in one single program.
  32.  
  33. So what does this archive contain? It contains the driver binary, the original
  34. programming docs, a test mudlib, the complete old LP 2.4.5 mudlib and last but
  35. not least a start script for easy launching of the driver. The basic code from
  36. which your mud is made up is called mudlib, and you can use the included 2.4.5
  37. mudlib as starting point, otherwise you either have to create one yourself
  38. (hehe ;) or you grab one from your favourite mud (nearly every mud supplies a
  39. cut down version of its mudlib in a publicly open ftp directory).
  40.  
  41. For further information see section below the German installation instructions.
  42. -------------------------------------------------------------------------------
  43.  
  44.  
  45.  How to install the ldmud driver version 3.2.9:
  46.  ==============================================
  47.  
  48. 0. Make sure you have ixemul.library and ixnet.library installed, and if not,
  49.    get them from http://us.aminet.net/aminet/ or http://www.geekgadgets.org/
  50.  
  51.    Make sure you have a TCP/IP stack that's compatible with ixnet.library
  52.    installed (such as AmiTCP, Genesis, Miami, AS225 or compatible).
  53.  
  54. 1. Extract the archive if you haven't already done it:
  55.     lha -a x ldmud-3.2-bin.lha YourVol:YourDir/YourSubDir/
  56.  
  57.    Alternatively, if it's already extracted but not yet at the place you want
  58.    it to be, copy or move the whole mud/ directory with all its subdirs to your
  59.    desired location.
  60.  
  61. 2. Grab a mudlib and place it into mud/lib/
  62.  
  63.  
  64.  How to run the ldmud driver version 3.2.9:
  65.  ==========================================
  66.  
  67. 1. Simply start the StartMUD script by double clicking its icon on the
  68.    Workbench or executing it from CLI/SHELL.
  69.  
  70. 2. Connect to the driver on port 4444 via a telnet client:
  71.     telnet localhost 4444
  72.  
  73. 3. Have fun! ;-)
  74.  
  75.  
  76. -------------------------------------------------------------------------------
  77.  
  78.  
  79.  Installieren des ldmud Drivers Version 3.2.9:
  80.  =============================================
  81.  
  82. 0. Stellen Sie sicher, daß Sie die ixemul.library und ixnet.library installiert
  83.    haben, und falls nicht, können Sie sie von http://us.aminet.net/aminet/ oder
  84.    http://www.geekgadgets.org/ bekommen.
  85.  
  86.    Stellen Sie sicher, daß Sie einen TCP/IP-Stack der kompatibel mit der
  87.    ixnet.library ist installiert haben (wie z.B. AmiTCP, Genesis, Miami, AS225
  88.    oder kompatible).
  89.  
  90. 1. Entpacken Sie das Archiv, falls Sie das noch nicht getan haben:
  91.     lha -a x ldmud-3.2-bin.lha IhreVol:IhreDir/IhreSubDir/
  92.  
  93.    Alternativ, falls es schon entpackt vorliegt, jedoch nicht dort, wo Sie es
  94.    gern hätten, kopieren oder verschieben Sie das ganze mud/ Verzeichnis
  95.    mitsamt seiner Unterverzeichnisse an die gewünschte Stelle.
  96.  
  97. 2. Schnappen Sie sich eine mudlib und legen Sie sie in mud/lib/ ab.
  98.  
  99.  
  100.  Starten des ldmud Drivers Version 3.2.9:
  101.  ========================================
  102.  
  103. 1. Starten Sie einfach das StartMUD Skript indem Sie es auf der Workbench
  104.    doppelklicken oder es im CLI oder in der SHELL ausführen.
  105.  
  106. 2. Connecten Sie zum Driver auf Port 4444 mit einem Telnet Client:
  107.     telnet localhost 4444
  108.  
  109. 3. Viel Spaß! ;-)
  110.  
  111.  
  112. -------------------------------------------------------------------------------
  113.  
  114.  
  115. This is version 3.2.9 dev 320 of the ldmud driver.
  116.  
  117. It has been compiled with egcs 2.91.66 on an A600/030/30/882/30.
  118.  
  119. It has been configured for native mode with strict euids. For all configuration
  120. details see config.h (feel free to contact me if some of the options seem
  121. inappropriate).
  122.  
  123. It has been compiled WITHOUT erq support, since the erq code uses fork() which
  124. is inavailable on AmigaOS (if you really need erq, feel free to ask me to
  125. rewrite the erq code, but if i'm actually going to do it heavily depends on how
  126. many people request it). See machine.h for further platform and compiler
  127. dependant implementational details.
  128.  
  129.  
  130. -------------------------------------------------------------------------------
  131.  
  132.  
  133. Contact me at the following email address, if you dare ;-)
  134.  "Niels Böhm" <bohmmrwc@yahoo.com>
  135.  
  136. But remember, I'm only responsible for the compilation of the Amiga binary, not
  137. for the ldmud code itself.
  138.  
  139.  
  140. ============================= Archive contents =============================
  141.  
  142. Original  Packed Ratio    Date     Time    Name
  143. -------- ------- ----- --------- --------  -------------
  144.      628     269 57.1% 08-Aug-01 20:18:34  mud.info
  145.   618680  308251 50.1% 15-Aug-01 13:29:36 +driver
  146.   197900   69062 65.1% 15-Aug-01 07:40:10 +CHANGELOG
  147.    11737    4493 61.7% 08-Aug-01 12:36:36 +config.h
  148.    25263    9283 63.2% 31-Mar-99 04:28:10 +COPYING.LIB
  149.     2118    1012 52.2% 05-Apr-01 07:03:20 +COPYRIGHT
  150.    10331    4899 52.5% 15-Aug-01 07:40:08 +CREDITS
  151.     2154    1085 49.6% 17-Apr-99 22:41:10 +3.2vs3.2.1
  152.      735     367 50.0% 06-Apr-01 08:31:18 +add_weight
  153.      326     201 38.3% 06-Apr-01 08:31:18 +applied
  154.      466     262 43.7% 06-Apr-01 08:31:18 +can_put_and_get
  155.      506     285 43.6% 06-Apr-01 08:31:18 +catch_msg
  156.      870     430 50.5% 04-Jun-01 07:50:22 +catch_tell
  157.     2107     904 57.0% 26-Jul-01 04:58:30 +clean_up
  158.      778     400 48.5% 06-Apr-01 08:31:18 +create
  159.      755     395 47.6% 06-Apr-01 08:31:18 +drop
  160.      500     290 42.0% 23-Apr-01 06:49:16 +exit
  161.      397     242 39.0% 06-Apr-01 08:31:18 +get
  162.     1330     580 56.3% 04-Jun-01 07:50:22 +heart_beat
  163.      369     212 42.5% 06-Apr-01 08:31:18 +id
  164.     1906     717 62.3% 06-Apr-01 08:31:18 +init
  165.      464     266 42.6% 06-Apr-01 08:31:18 +logon
  166.     1030     505 50.9% 06-Apr-01 08:31:18 +modify_command
  167.      143     105 26.5% 06-Apr-01 08:31:18 +parse_command_adjectiv_id_list
  168.      134      98 26.8% 06-Apr-01 08:31:18 +parse_command_id_list
  169.      141     102 27.6% 06-Apr-01 08:31:18 +parse_command_plural_id_list
  170.      456     258 43.4% 06-Apr-01 08:31:18 +prevent_insert
  171.      223     147 34.0% 06-Apr-01 08:31:18 +query_weight
  172.      552     298 46.0% 06-Apr-01 08:31:18 +remove
  173.     1405     628 55.3% 23-Apr-01 06:49:16 +reset
  174.      397     233 41.3% 06-Apr-01 08:31:18 +__INIT
  175.      246     171 30.4% 06-Apr-01 08:31:18 +concepts
  176.    22970    5569 75.7% 06-Apr-01 08:31:18 +erq
  177.      509     299 41.2% 06-Apr-01 08:31:18 +files
  178.    17581    4917 72.0% 26-Jul-01 04:58:30 +hooks
  179.     2683    1170 56.3% 09-Jul-01 05:52:14 +imp
  180.     7261    2813 61.2% 14-Jul-01 05:49:24 +intermud
  181.     7141    3004 57.9% 09-Jul-01 05:52:14 +intermud.basic
  182.     2832    1173 58.5% 26-Jul-01 04:58:30 +memory
  183.     7369    2408 67.3% 18-Jun-01 05:25:18 +mysql
  184.    11706    3936 66.3% 06-Apr-01 08:31:18 +native
  185.    12285    4460 63.6% 06-Apr-01 08:31:18 +negotiation
  186.     1499     659 56.0% 23-Apr-01 06:49:16 +objects
  187.      517     320 38.1% 31-Mar-99 03:34:40 +rtfm
  188.      575     292 49.2% 06-Apr-01 08:31:18 +simul_efun
  189.     4151    1569 62.2% 04-Jun-01 07:50:22 +uids
  190.     8216    3344 59.2% 16-Apr-00 12:34:34 +codestyle
  191.    12827    5166 59.7% 24-May-00 08:11:28 +copyright-issue
  192.      505     296 41.3% 06-Apr-01 08:31:18 +debugmalloc
  193.      459     269 41.3% 06-Apr-01 08:31:18 +driver
  194.      562     327 41.8% 06-Apr-01 08:31:18 +dumpallobj
  195.    10174    3731 63.3% 30-Jun-01 22:17:28 +invocation
  196.      285     196 31.2% 06-Apr-01 08:31:18 +malloc
  197.      460     269 41.5% 06-Apr-01 08:31:18 +opcdump
  198.     3328    1188 64.3% 28-Jun-01 07:06:26 +predefined
  199.     1518     755 50.2% 03-Nov-98 01:02:18 +rxcache.doc
  200.      488     289 40.7% 06-Apr-01 08:31:18 +showsmallnewmalloced
  201.      545     304 44.2% 06-Apr-01 08:31:18 +status
  202.      442     236 46.6% 06-Apr-01 08:31:18 +abs
  203.      167     112 32.9% 06-Apr-01 08:31:18 +acos
  204.     5556    1878 66.1% 16-Jul-01 07:56:00 +add_action
  205.      600     319 46.8% 06-Apr-01 08:31:18 +add_verb
  206.      557     342 38.5% 01-Mar-01 06:56:36 +add_xverb
  207.     1215     537 55.8% 06-Apr-01 08:31:18 +allocate
  208.      986     518 47.4% 06-Apr-01 08:31:18 +allocate_mapping
  209.      540     295 45.3% 30-Jun-99 08:41:16 +all_environment
  210.      334     172 48.5% 06-Apr-01 08:31:18 +all_inventory
  211.      742     340 54.1% 06-Apr-01 08:31:18 +and_bits
  212.     1199     606 49.4% 06-Apr-01 08:31:18 +apply
  213.      165     114 30.9% 06-Apr-01 08:31:18 +asin
  214.     1416     590 58.3% 06-Apr-01 08:31:18 +assoc
  215.      225     152 32.4% 06-Apr-01 08:31:18 +atan
  216.      375     232 38.1% 06-Apr-01 08:31:18 +atan2
  217.     1421     708 50.1% 06-Apr-01 08:31:18 +attach_erq_demon
  218.     1288     659 48.8% 06-Apr-01 08:31:18 +binary_message
  219.      388     233 39.9% 06-Apr-01 08:31:18 +bind_lambda
  220.      300     201 33.0% 06-Apr-01 08:31:18 +break_point
  221.      935     438 53.1% 06-Apr-01 08:31:18 +caller_stack
  222.      253     166 34.3% 06-Apr-01 08:31:18 +caller_stack_depth
  223.     3790    1465 61.3% 23-Apr-01 06:49:16 +call_other
  224.     1990     913 54.1% 06-Apr-01 08:31:18 +call_out
  225.      547     301 44.9% 06-Apr-01 08:31:18 +call_out_info
  226.      787     400 49.1% 06-Apr-01 08:31:18 +call_resolved
  227.      249     165 33.7% 06-Apr-01 08:31:18 +capitalize
  228.     1061     518 51.1% 06-Apr-01 08:31:18 +cat
  229.     1123     566 49.5% 06-Apr-01 08:31:18 +catch
  230.      491     268 45.4% 08-Aug-01 07:50:40 +ceil
  231.     1436     634 55.8% 06-Apr-01 08:31:18 +clear_bit
  232.      799     394 50.6% 06-Apr-01 08:31:18 +clonep
  233.     1570     638 59.3% 18-Jun-01 05:25:18 +clones
  234.     1803     803 55.4% 06-Apr-01 08:31:18 +clone_object
  235.      189     140 25.9% 23-Apr-01 06:49:16 +closurep
  236.     1111     552 50.3% 06-Apr-01 08:31:18 +command
  237.     1127     509 54.8% 21-Feb-01 06:57:32 +command_stack
  238.      240     155 35.4% 06-Apr-01 08:31:18 +command_stack_depth
  239.      629     348 44.6% 31-Mar-99 02:05:16 +copy
  240.      671     351 47.6% 06-Apr-01 08:31:18 +copy_file
  241.      312     194 37.8% 25-Apr-01 05:35:58 +copy_mapping
  242.      224     145 35.2% 06-Apr-01 08:31:18 +cos
  243.      400     209 47.7% 06-Apr-01 08:31:18 +count_bits
  244.      390     244 37.4% 06-Apr-01 08:31:18 +creator
  245.      522     266 49.0% 06-Apr-01 08:31:18 +crypt
  246.      786     416 47.0% 14-Jul-01 05:49:24 +ctime
  247.      600     346 42.3% 18-Jun-01 05:25:18 +db_affected_rows
  248.      517     295 42.9% 18-Jun-01 05:25:18 +db_close
  249.      571     318 44.3% 18-Jun-01 05:25:18 +db_coldefs
  250.      847     400 52.7% 18-Jun-01 05:25:18 +db_connect
  251.      583     328 43.7% 18-Jun-01 05:25:18 +db_conv_string
  252.      597     328 45.0% 18-Jun-01 05:25:18 +db_error
  253.      636     348 45.2% 18-Jun-01 05:25:18 +db_exec
  254.      590     333 43.5% 18-Jun-01 05:25:18 +db_fetch
  255.      819     443 45.9% 18-Jun-01 05:25:18 +db_handles
  256.      579     329 43.1% 18-Jun-01 05:25:18 +db_insert_id
  257.    14188    3615 74.5% 21-Mar-01 07:01:16 +debug_info
  258.     1369     546 60.1% 06-Apr-01 08:31:18 +debug_message
  259.      633     349 44.8% 26-Apr-99 04:12:12 +deep_copy
  260.      543     244 55.0% 06-Apr-01 08:31:18 +deep_inventory
  261.     1612     766 52.4% 06-Apr-01 08:31:18 +destruct
  262.      242     143 40.9% 06-Apr-01 08:31:18 +disable_commands
  263.      725     367 49.3% 06-Apr-01 08:31:18 +ed
  264.     1641     668 59.2% 04-Jun-01 07:50:22 +efun
  265.      615     358 41.7% 06-Apr-01 08:31:18 +efun308
  266.      605     307 49.2% 23-Apr-01 06:49:16 +enable_commands
  267.      601     274 54.4% 06-Apr-01 08:31:18 +environment
  268.     1438     658 54.2% 06-Apr-01 08:31:18 +exec
  269.      960     506 47.2% 24-Mar-00 08:33:00 +execute_command
  270.      176     137 22.1% 06-Apr-01 08:31:18 +exp
  271.      717     395 44.9% 06-Apr-01 08:31:18 +expand_define
  272.      995     447 55.0% 06-Apr-01 08:31:18 +explode
  273.      401     225 43.8% 06-Apr-01 08:31:18 +export_uid
  274.      477     293 38.5% 06-Apr-01 08:31:18 +extern_call
  275.      328     187 42.9% 06-Apr-01 08:31:18 +extract
  276.     1438     681 52.6% 06-Apr-01 08:31:18 +file_name
  277.      392     233 40.5% 30-Jul-99 07:40:24 +file_size
  278.     2561     897 64.9% 06-Apr-01 08:31:18 +filter
  279.     1917     845 55.9% 06-Apr-01 08:31:18 +filter_array
  280.      873     444 49.1% 25-May-01 07:41:36 +filter_indices
  281.      998     481 51.8% 06-Apr-01 08:31:18 +filter_mapping
  282.      346     211 39.0% 06-Apr-01 08:31:18 +filter_objects
  283.      415     231 44.3% 06-Apr-01 08:31:18 +find_call_out
  284.      589     251 57.3% 06-Apr-01 08:31:18 +find_object
  285.     1448     562 61.1% 06-Apr-01 08:31:18 +first_inventory
  286.      248     153 38.3% 23-Apr-01 06:49:16 +floatp
  287.      492     266 45.9% 08-Aug-01 07:50:40 +floor
  288.      407     240 41.0% 06-Apr-01 08:31:18 +funcall
  289.     2230     885 60.3% 19-Mar-01 06:47:12 +functionlist
  290.      581     303 47.8% 06-Apr-01 08:31:18 +function_exists
  291.      188     129 31.3% 23-Apr-01 06:49:16 +garbage_collection
  292.      522     299 42.7% 06-Apr-01 08:31:18 +geteuid
  293.      470     272 42.1% 06-Apr-01 08:31:18 +getuid
  294.     2424     905 62.6% 27-Nov-00 07:42:16 +get_dir
  295.      788     395 49.8% 06-Apr-01 08:31:18 +get_error_file
  296.      397     245 38.2% 23-Apr-01 06:49:16 +get_eval_cost
  297.      616     291 52.7% 06-Apr-01 08:31:18 +get_extra_wizinfo
  298.     1497     668 55.3% 06-Apr-01 08:31:18 +get_type_info
  299.     1335     633 52.5% 14-Jul-01 05:49:24 +gmtime
  300.      222     147 33.7% 06-Apr-01 08:31:18 +heart_beat_info
  301.      436     255 41.5% 06-Apr-01 08:31:18 +implode
  302.      632     356 43.6% 06-Apr-01 08:31:18 +inherit_list
  303.     3853    1618 58.0% 03-Apr-01 05:27:22 +input_to
  304.     1084     526 51.4% 06-Apr-01 08:31:18 +insert_alist
  305.      333     190 42.9% 06-Apr-01 08:31:18 +interactive
  306.      451     239 47.0% 06-Apr-01 08:31:18 +intersect_alist
  307.      233     148 36.4% 23-Apr-01 06:49:16 +intp
  308.      543     271 50.0% 06-Apr-01 08:31:18 +invert_bits
  309.      535     301 43.7% 06-Apr-01 08:31:18 +lambda
  310.      645     333 48.3% 06-Apr-01 08:31:18 +last_bit
  311.     1024     532 48.0% 06-Apr-01 08:31:18 +last_instructions
  312.     1826     770 57.8% 30-Jul-99 07:40:24 +limited
  313.      275     172 37.4% 23-Apr-01 06:49:16 +living
  314.     1771     715 59.6% 06-Aug-01 06:13:38 +load_name
  315.      600     324 46.0% 06-Apr-01 08:31:18 +load_object
  316.     1348     631 53.1% 14-Jul-01 05:49:24 +localtime
  317.      201     145 27.8% 06-Apr-01 08:31:18 +log
  318.      244     160 34.4% 06-Apr-01 08:31:18 +lower_case
  319.      459     274 40.3% 06-Apr-01 08:31:18 +make_shared_string
  320.     3213    1155 64.0% 06-Apr-01 08:31:18 +map
  321.      270     170 37.0% 06-Apr-01 08:31:18 +mappingp
  322.      684     383 44.0% 06-Apr-01 08:31:18 +mapping_contains
  323.     1758     787 55.2% 06-Apr-01 08:31:18 +map_array
  324.     1170     575 50.8% 06-Apr-01 08:31:18 +map_indices
  325.     1250     618 50.5% 06-Apr-01 08:31:18 +map_mapping
  326.      383     238 37.8% 06-Apr-01 08:31:18 +map_objects
  327.      692     306 55.7% 17-Feb-01 09:41:44 +max
  328.      273     185 32.2% 05-Apr-01 07:03:20 +md5_encrypt
  329.      425     225 47.0% 06-Apr-01 08:31:18 +member
  330.      524     272 48.0% 06-Apr-01 08:31:18 +member_array
  331.      693     309 55.4% 17-Feb-01 09:41:44 +min
  332.      198     144 27.2% 23-Apr-01 06:49:16 +mkdir
  333.      915     474 48.1% 06-Apr-01 08:31:18 +mkmapping
  334.      635     340 46.4% 06-Apr-01 08:31:18 +move_object
  335.      895     471 47.3% 06-Apr-01 08:31:18 +m_allocate
  336.      578     329 43.0% 06-Apr-01 08:31:18 +m_contains
  337.      396     217 45.2% 06-Apr-01 08:31:18 +m_delete
  338.      243     152 37.4% 06-Apr-01 08:31:18 +m_indices
  339.      716     358 50.0% 06-Apr-01 08:31:18 +m_reallocate
  340.      399     247 38.0% 06-Apr-01 08:31:18 +m_sizeof
  341.      689     335 51.3% 06-Apr-01 08:31:18 +m_values
  342.      126      95 24.6% 06-Apr-01 08:31:18 +negate
  343.     1083     504 53.4% 06-Apr-01 08:31:18 +next_bit
  344.      399     196 50.8% 06-Apr-01 08:31:18 +next_inventory
  345.     1454     648 55.4% 06-Apr-01 08:31:18 +notify_fail
  346.      200     130 35.0% 23-Apr-01 06:49:16 +objectp
  347.     6151    1799 70.7% 23-Feb-01 07:33:34 +object_info
  348.     1365     649 52.4% 06-Aug-01 06:13:38 +object_name
  349.      247     147 40.4% 06-Apr-01 08:31:18 +object_time
  350.     1108     499 54.9% 04-Jun-01 07:50:22 +order_alist
  351.      744     338 54.5% 06-Apr-01 08:31:18 +or_bits
  352.     7047    2376 66.2% 25-May-01 07:41:36 +parse_command
  353.      240     151 37.0% 23-Apr-01 06:49:16 +pointerp
  354.      358     226 36.8% 06-Apr-01 08:31:18 +pow
  355.     1549     695 55.1% 09-Jul-01 05:52:14 +present
  356.     1373     602 56.1% 09-Jul-01 05:52:14 +present_clone
  357.     1396     564 59.5% 06-Aug-01 06:13:38 +previous_object
  358.      231     150 35.0% 17-Apr-01 05:37:28 +printf
  359.     1252     581 53.5% 06-Apr-01 08:31:18 +process_string
  360.     1124     524 53.3% 08-Aug-01 07:50:40 +program_name
  361.      356     204 42.6% 06-Apr-01 08:31:18 +program_time
  362.     1410     615 56.3% 06-Apr-01 08:31:18 +query_actions
  363.      820     391 52.3% 06-Apr-01 08:31:18 +query_command
  364.      299     190 36.4% 06-Apr-01 08:31:18 +query_editing
  365.      148     114 22.9% 06-Apr-01 08:31:18 +query_idle
  366.      343     228 33.5% 06-Apr-01 08:31:18 +query_imp_port
  367.      247     155 37.2% 06-Apr-01 08:31:18 +query_input_pending
  368.      371     224 39.6% 06-Apr-01 08:31:18 +query_ip_name
  369.      676     363 46.3% 06-Apr-01 08:31:18 +query_ip_number
  370.     1191     463 61.1% 20-Apr-01 06:54:34 +query_limits
  371.      210     150 28.5% 06-Apr-01 08:31:18 +query_load_average
  372.      776     312 59.7% 23-Apr-01 06:49:16 +query_mud_port
  373.      579     298 48.5% 06-Apr-01 08:31:18 +query_notify_fail
  374.      163     114 30.0% 06-Apr-01 08:31:18 +query_once_interactive
  375.      263     171 34.9% 06-Apr-01 08:31:18 +query_shadowing
  376.      213     143 32.8% 06-Apr-01 08:31:18 +query_snoop
  377.      307     217 29.3% 06-Apr-01 08:31:18 +query_udp_port
  378.      926     447 51.7% 06-Apr-01 08:31:18 +query_verb
  379.      315     193 38.7% 06-Apr-01 08:31:18 +quote
  380.      455     251 44.8% 06-Apr-01 08:31:18 +raise_error
  381.      660     338 48.7% 06-Apr-01 08:31:18 +random
  382.      599     299 50.0% 06-Apr-01 08:31:18 +read_bytes
  383.      492     252 48.7% 06-Apr-01 08:31:18 +read_file
  384.      325     197 39.3% 23-Apr-01 06:49:16 +referencep
  385.     1922     817 57.4% 06-Apr-01 08:31:18 +regexp
  386.      339     212 37.4% 06-Apr-01 08:31:18 +regexplode
  387.     1978     862 56.4% 25-May-01 07:41:36 +regreplace
  388.     1900     950 50.0% 14-Jul-01 05:49:24 +regreplace.de
  389.      323     204 36.8% 06-Apr-01 08:31:18 +remove_action
  390.      577     298 48.3% 06-Apr-01 08:31:18 +remove_call_out
  391.      178     121 32.0% 06-Apr-01 08:31:18 +remove_interactive
  392.      972     451 53.6% 06-Apr-01 08:31:18 +rename
  393.      378     240 36.5% 06-Apr-01 08:31:18 +rename_object
  394.     1501     681 54.6% 06-Apr-01 08:31:18 +replace_program
  395.     1470     692 52.9% 06-Apr-01 08:31:18 +restore_object
  396.      402     247 38.5% 06-Apr-01 08:31:18 +restore_value
  397.      164     122 25.6% 06-Apr-01 08:31:18 +rm
  398.      162     122 24.6% 06-Apr-01 08:31:18 +rmdir
  399.      547     265 51.5% 06-Apr-01 08:31:18 +rusage
  400.      960     465 51.5% 06-Apr-01 08:31:18 +save_object
  401.      680     341 49.8% 06-Apr-01 08:31:18 +save_value
  402.     2935     996 66.0% 06-Apr-01 08:31:18 +say
  403.      938     498 46.9% 06-Apr-01 08:31:18 +send_erq
  404.     1220     566 53.6% 06-Apr-01 08:31:18 +send_imp
  405.     1053     499 52.6% 06-Apr-01 08:31:18 +send_udp
  406.      743     381 48.7% 06-Apr-01 08:31:18 +seteuid
  407.      511     292 42.8% 06-Apr-01 08:31:18 +set_auto_include_string
  408.     1007     457 54.6% 06-Apr-01 08:31:18 +set_bit
  409.      436     261 40.1% 06-Apr-01 08:31:18 +set_buffer_size
  410.     1355     671 50.4% 06-Apr-01 08:31:18 +set_combine_charset
  411.     1107     513 53.6% 06-Apr-01 08:31:18 +set_connection_charset
  412.     2669     982 63.2% 30-Jun-01 22:38:48 +set_driver_hook
  413.      532     307 42.2% 06-Apr-01 08:31:18 +set_environment
  414.      826     361 56.2% 06-Apr-01 08:31:18 +set_extra_wizinfo
  415.      461     256 44.4% 06-Apr-01 08:31:18 +set_extra_wizinfo_size
  416.      663     340 48.7% 04-Jun-01 07:50:22 +set_heart_beat
  417.      488     290 40.5% 08-Jul-99 03:42:30 +set_is_wizard
  418.      658     344 47.7% 06-Apr-01 08:31:18 +set_light
  419.     1289     590 54.2% 30-Jul-99 07:40:24 +set_limits
  420.     1179     533 54.7% 04-Apr-01 06:07:16 +set_modify_command
  421.      965     484 49.8% 06-Apr-01 08:31:18 +set_next_reset
  422.      460     247 46.3% 07-Jul-00 07:30:56 +set_prompt
  423.     1623     713 56.0% 06-Apr-01 08:31:18 +set_this_object
  424.      968     511 47.2% 06-Apr-01 08:31:18 +set_this_player
  425.      323     197 39.0% 17-Feb-01 09:41:44 +sgn
  426.     1775     749 57.8% 06-Apr-01 08:31:18 +shadow
  427.      364     221 39.2% 06-Apr-01 08:31:18 +shutdown
  428.      222     145 34.6% 06-Apr-01 08:31:18 +sin
  429.      607     323 46.7% 02-Aug-01 06:07:20 +sizeof
  430.      356     220 38.2% 06-Apr-01 08:31:18 +slice_array
  431.      573     284 50.4% 06-Apr-01 08:31:18 +snoop
  432.     2275     877 61.4% 06-Apr-01 08:31:18 +sort_array
  433.     5607    2062 63.2% 18-Jul-01 04:54:48 +sprintf
  434.     6421    2738 57.3% 23-Apr-01 06:49:16 +sprintf.de
  435.      159     120 24.5% 06-Apr-01 08:31:18 +sqrt
  436.     2537    1064 58.0% 16-May-01 07:50:40 +sscanf
  437.      224     146 34.8% 23-Apr-01 06:49:16 +stringp
  438.      139     104 25.1% 06-Apr-01 08:31:18 +strlen
  439.      398     219 44.9% 06-Apr-01 08:31:18 +strstr
  440.      165     124 24.8% 06-Apr-01 08:31:18 +swap
  441.      201     142 29.3% 06-Apr-01 08:31:18 +symbolp
  442.      828     402 51.4% 06-Apr-01 08:31:18 +symbol_function
  443.      923     439 52.4% 06-Apr-01 08:31:18 +symbol_variable
  444.      251     170 32.2% 06-Apr-01 08:31:18 +tail
  445.      224     145 35.2% 06-Apr-01 08:31:18 +tan
  446.      983     435 55.7% 23-Apr-01 06:49:16 +tell_object
  447.     1613     632 60.8% 06-Apr-01 08:31:18 +tell_room
  448.     3391    1360 59.8% 25-May-01 07:41:36 +terminal_colour
  449.      782     373 52.3% 06-Apr-01 08:31:18 +test_bit
  450.      262     163 37.7% 06-Apr-01 08:31:18 +this_interactive
  451.      307     184 40.0% 06-Apr-01 08:31:18 +this_object
  452.      499     282 43.4% 06-Apr-01 08:31:18 +this_player
  453.      501     276 44.9% 06-Apr-01 08:31:18 +throw
  454.      575     325 43.4% 14-Jul-01 05:49:24 +time
  455.      455     232 49.0% 06-Apr-01 08:31:18 +to_array
  456.      348     191 45.1% 06-Apr-01 08:31:18 +to_float
  457.      680     356 47.6% 06-Apr-01 08:31:18 +to_int
  458.      557     269 51.7% 04-Apr-01 06:07:16 +to_object
  459.      728     414 43.1% 06-Apr-01 08:31:18 +to_string
  460.     2015     877 56.4% 04-Apr-01 06:07:16 +trace
  461.     1127     523 53.5% 04-Apr-01 06:07:16 +traceprefix
  462.     1004     481 52.0% 06-Apr-01 08:31:18 +transfer
  463.      745     345 53.6% 26-Jul-01 04:58:30 +transpose_array
  464.     1008     423 58.0% 30-Jul-99 07:40:24 +trim
  465.      316     200 36.7% 06-Apr-01 08:31:18 +typeof
  466.     1047     530 49.3% 06-Apr-01 08:31:18 +unbound_lambda
  467.     1244     534 57.0% 06-Apr-01 08:31:18 +unique_array
  468.      889     434 51.1% 06-Apr-01 08:31:18 +unmkmapping
  469.      230     143 37.8% 06-Apr-01 08:31:18 +unshadow
  470.      244     165 32.3% 06-Apr-01 08:31:18 +upper_case
  471.      108      95 12.0% 06-Apr-01 08:31:18 +users
  472.      516     280 45.7% 14-Jul-01 05:49:24 +utime
  473.      773     387 49.9% 06-Apr-01 08:31:18 +walk_mapping
  474.      380     236 37.8% 06-Apr-01 08:31:18 +widthof
  475.      958     457 52.2% 06-Apr-01 08:31:18 +wizlist_info
  476.     1175     513 56.3% 06-Apr-01 08:31:18 +write
  477.      541     297 45.1% 06-Apr-01 08:31:18 +write_bytes
  478.      247     162 34.4% 23-Apr-01 06:49:16 +write_file
  479.      761     351 53.8% 06-Apr-01 08:31:18 +xor_bits
  480.     2677     968 63.8% 04-Apr-01 06:07:16 +[]
  481.     1474     713 51.6% 28-Mar-00 08:22:10 +FAQ
  482.     1734     849 51.0% 06-Apr-01 08:31:18 +alists
  483.     1219     590 51.5% 06-Apr-01 08:31:18 +arrays
  484.     1491     655 56.0% 06-Apr-01 08:31:18 +block
  485.    22189    7257 67.2% 02-Jul-00 07:54:56 +closures
  486.     3135    1265 59.6% 06-Apr-01 08:31:18 +closures-abstract
  487.     7865    2708 65.5% 06-Apr-01 08:31:18 +closures-example
  488.    30719    9590 68.7% 06-Apr-01 08:31:18 +closure_guide
  489.     1318     590 55.2% 02-Jul-01 05:58:04 +comments
  490.      364     214 41.2% 06-Apr-01 08:31:18 +do-while
  491.      998     499 50.0% 06-Apr-01 08:31:18 +ed0
  492.     1126     487 56.7% 06-Apr-01 08:31:18 +ed1
  493.      663     367 44.6% 06-Apr-01 08:31:18 +ed2
  494.      840     423 49.6% 06-Apr-01 08:31:18 +ed3
  495.      290     195 32.7% 06-Apr-01 08:31:18 +ed4
  496.     1902     693 63.5% 06-Apr-01 08:31:18 +ed5
  497.     1108     536 51.6% 06-Apr-01 08:31:18 +ed6
  498.      579     325 43.8% 06-Apr-01 08:31:18 +efuns
  499.     2557    1108 56.6% 14-Jul-01 05:49:24 +escape
  500.     1215     537 55.8% 06-Apr-01 08:31:18 +for
  501.     2631    1118 57.5% 06-Apr-01 08:31:18 +foreach
  502.     6058    2131 64.8% 06-Apr-01 08:31:18 +functions
  503.     1274     520 59.1% 06-Apr-01 08:31:18 +if
  504.      199     129 35.1% 06-Apr-01 08:31:18 +inherit
  505.      758     371 51.0% 06-Apr-01 08:31:18 +inheritance
  506.     1807     794 56.0% 31-Mar-99 03:34:40 +initialisation
  507.     1081     520 51.8% 06-Apr-01 08:31:18 +lfuns
  508.      240     171 28.7% 06-Apr-01 08:31:18 +lpc
  509.    17739    6274 64.6% 06-Apr-01 08:31:18 +mappings
  510.     8830    2596 70.6% 30-Jun-01 22:38:48 +modifiers
  511.     8185    2220 72.8% 16-Jul-01 06:36:06 +operators
  512.     3417    1352 60.4% 06-Apr-01 08:31:18 +pragma
  513.      578     291 49.6% 06-Apr-01 08:31:18 +preprocessor
  514.     1386     601 56.6% 06-Apr-01 08:31:18 +references
  515.     1933     767 60.3% 06-Apr-01 08:31:18 +switch
  516.     3365    1449 56.9% 14-Jul-01 05:49:24 +types
  517.     2199     926 57.8% 31-Mar-99 04:28:10 +varargs
  518.      362     207 42.8% 06-Apr-01 08:31:18 +while
  519.      417     282 32.3% 31-Mar-99 03:34:40 +Makefile
  520.     3592    1344 62.5% 31-Mar-99 04:28:10 +man2tex.awk
  521.      407     238 41.5% 06-Apr-01 08:31:18 +compile_object
  522.      413     234 43.3% 06-Apr-01 08:31:18 +connect
  523.      942     470 50.1% 06-Apr-01 08:31:18 +creator_file
  524.     1148     525 54.2% 06-Apr-01 08:31:18 +dangling_lfun_closure
  525.      439     264 39.8% 06-Apr-01 08:31:18 +define_include_dirs
  526.      493     256 48.0% 06-Apr-01 08:31:18 +disconnect
  527.     1067     529 50.4% 06-Apr-01 08:31:18 +epilog
  528.      287     186 35.1% 06-Apr-01 08:31:18 +external_master_reload
  529.     1354     592 56.2% 06-Apr-01 08:31:18 +flag
  530.      649     348 46.3% 06-Apr-01 08:31:18 +get_bb_uid
  531.      848     426 49.7% 06-Apr-01 08:31:18 +get_ed_buffer_save_file_name
  532.      320     207 35.3% 06-Apr-01 08:31:18 +get_master_uid
  533.      360     223 38.0% 06-Apr-01 08:31:18 +get_root_uid
  534.     1136     517 54.4% 06-Apr-01 08:31:18 +get_simul_efun
  535.      352     217 38.3% 23-Apr-01 06:49:16 +get_wiz_name
  536.      961     456 52.5% 06-Apr-01 08:31:18 +heart_beat_error
  537.     1299     604 53.5% 23-Apr-01 06:49:16 +inaugurate_master
  538.     1010     477 52.7% 23-Apr-01 06:49:16 +include_file
  539.      809     391 51.6% 23-Apr-01 06:49:16 +inherit_file
  540.      710     371 47.7% 06-Apr-01 08:31:18 +initialisation
  541.      499     291 41.6% 06-Apr-01 08:31:18 +log_error
  542.      293     194 33.7% 06-Apr-01 08:31:18 +make_path_absolute
  543.     1232     588 52.2% 06-Apr-01 08:31:18 +master
  544.     9490    2877 69.6% 06-Apr-01 08:31:18 +master-3.2
  545.     9031    2787 69.1% 06-Apr-01 08:31:18 +master-all
  546.      602     320 46.8% 06-Apr-01 08:31:18 +notify_shutdown
  547.      424     241 43.1% 23-Apr-01 06:49:16 +object_name
  548.      209     143 31.5% 06-Apr-01 08:31:18 +parse_command_all_word
  549.      223     147 34.0% 06-Apr-01 08:31:18 +parse_command_prepos_list
  550.      727     402 44.7% 06-Apr-01 08:31:18 +preload
  551.      908     441 51.4% 06-Apr-01 08:31:18 +prepare_destruct
  552.      395     229 42.0% 06-Apr-01 08:31:18 +printf_obj_name
  553.     4114    1472 64.2% 23-Apr-01 06:49:16 +privilege_violation
  554.      462     253 45.2% 06-Apr-01 08:31:18 +query_allow_shadow
  555.      657     357 45.6% 23-Apr-01 06:49:16 +quota_demon
  556.      592     311 47.4% 06-Apr-01 08:31:18 +reactivate_destructed_master
  557.      732     384 47.5% 06-Apr-01 08:31:18 +receive_imp
  558.      752     389 48.2% 06-Apr-01 08:31:18 +receive_udp
  559.      487     268 44.9% 06-Apr-01 08:31:18 +remove_player
  560.      227     148 34.8% 06-Apr-01 08:31:18 +retrieve_ed_setup
  561.     1195     579 51.5% 06-Apr-01 08:31:18 +runtime_error
  562.     1691     631 62.6% 06-Apr-01 08:31:18 +save_ed_setup
  563.     2059     906 55.9% 06-Apr-01 08:31:18 +slow_shut_down
  564.      472     273 42.1% 06-Apr-01 08:31:18 +stale_erq
  565.      557     286 48.6% 06-Apr-01 08:31:18 +valid_exec
  566.      353     203 42.4% 06-Apr-01 08:31:18 +valid_query_snoop
  567.     1286     587 54.3% 06-Apr-01 08:31:18 +valid_read
  568.      237     156 34.1% 06-Apr-01 08:31:18 +valid_seteuid
  569.      199     136 31.6% 06-Apr-01 08:31:18 +valid_snoop
  570.      615     286 53.4% 06-Apr-01 08:31:18 +valid_trace
  571.     1693     748 55.8% 06-Apr-01 08:31:18 +valid_write
  572.     3290    1607 51.1% 23-Apr-01 06:49:16 +README
  573.       59      59  0.0% 31-Mar-99 03:34:40 +TODO
  574.    46186   16714 63.8% 08-Aug-01 07:50:24 +HISTORY
  575.    11936    4821 59.6% 06-Aug-01 06:13:38 +INSTALL
  576.     7234    2216 69.3% 07-Aug-01 19:54:06 +machine.h
  577.     1085     579 46.6% 28-Feb-00 16:48:02 +doc.diff
  578.      280     187 33.2% 28-Feb-00 16:48:02 +plural_query_looks
  579.      252     174 30.9% 28-Feb-00 16:48:02 +query_living
  580.      333     212 36.3% 28-Feb-00 16:48:02 +query_looks
  581.      224     160 28.5% 28-Feb-00 16:48:02 +query_npc
  582.      214     157 26.6% 28-Feb-00 16:48:02 +save_character
  583.     1162     550 52.6% 28-Feb-00 16:48:02 +describe_items
  584.     1774     886 50.0% 28-Feb-00 17:00:04 +INFO.txt
  585.     5140    1450 71.7% 28-Feb-00 16:48:02 +simul_efun_add.c
  586.    72732   23063 68.2% 28-Feb-00 16:30:54 +321@141-dt2.diff
  587.    19478    6558 66.3% 28-Feb-00 16:30:54 +fsecure.c
  588.     8809    2820 67.9% 28-Feb-00 16:30:54 +lmalloc.c
  589.    10195    3284 67.7% 28-Feb-00 16:48:02 +omitted.diff
  590.      218      90 58.7% 28-Feb-00 16:30:54 +domains
  591.      231     113 51.0% 28-Feb-00 16:30:54 +domains.bak
  592.     1341     513 61.7% 28-Feb-00 16:30:54 +security.h
  593.     1089     690 36.6% 28-Feb-00 16:48:02 +README
  594.    33696    9713 71.1% 28-Feb-00 17:00:04 +src.diff
  595.      485     317 34.6% 12-Feb-01 02:17:18 +INFO.txt
  596.    12381    3616 70.7% 12-Feb-01 02:17:18 +h7.diffs
  597.    16218    7175 55.7% 12-Feb-01 02:17:18 +ReleaseNotes-3.1.1
  598.     1620     811 49.9% 30-Jul-99 07:40:24 +ACCESS.ALLOW
  599.      312     166 46.7% 30-Jun-99 08:41:16 +names.list
  600.      174     121 30.4% 30-Jun-99 08:41:16 +README
  601.     1229     570 53.6% 30-Jul-99 07:40:24 +armour
  602.      399     241 39.5% 30-Jun-99 08:41:16 +armour.list
  603.      297     186 37.3% 30-Jun-99 08:41:16 +banish
  604.      953     502 47.3% 30-Jun-99 08:41:16 +castle
  605.      993     432 56.4% 30-Jul-99 07:40:24 +container
  606.     3810    1479 61.1% 30-Jul-99 07:40:24 +door
  607.     1158     617 46.7% 30-Jul-99 07:40:24 +drinks
  608.      503     297 40.9% 30-Jun-99 08:41:16 +error
  609.      883     474 46.3% 30-Jul-99 07:40:24 +food
  610.      120      97 19.1% 30-Jun-99 08:41:16 +general
  611.     3908    1481 62.1% 30-Jul-99 07:40:24 +monster
  612.      455     252 44.6% 30-Jun-99 08:41:16 +prices
  613.      776     400 48.4% 30-Jun-99 08:41:16 +quest_obj
  614.     1532     742 51.5% 30-Jul-99 07:40:24 +quest_rewards
  615.      617     356 42.3% 30-Jun-99 08:41:16 +README
  616.     2060    1039 49.5% 30-Jun-99 08:41:16 +RULES
  617.      589     373 36.6% 30-Jun-99 08:41:16 +std
  618.      273     177 35.1% 30-Jun-99 08:41:16 +std2
  619.     2398     930 61.2% 30-Jul-99 07:40:24 +weapon
  620.      266     186 30.0% 30-Jun-99 08:41:16 +weapon.list
  621.     2105     810 61.5% 30-Jun-99 08:41:16 +init_scroll.c
  622.     1138     592 47.9% 30-Jul-99 07:40:24 +init_text
  623.    22690    8977 60.4% 30-Jul-99 07:40:24 +NEW_WIZ
  624.      351     238 32.1% 30-Jun-99 08:41:16 +help
  625.      228     157 31.1% 30-Jun-99 08:41:16 +brief
  626.      275     181 34.1% 30-Jun-99 08:41:16 +bug
  627.     2072     959 53.7% 30-Jun-99 08:41:16 +concept
  628.     1153     563 51.1% 30-Jun-99 08:41:16 +concept1
  629.      919     490 46.6% 30-Jun-99 08:41:16 +concept2
  630.       98      83 15.3% 30-Jun-99 08:41:16 +converse
  631.      163      97 40.4% 30-Jun-99 08:41:16 +email
  632.      490     278 43.2% 30-Jun-99 08:41:16 +feelings
  633.      118      91 22.8% 30-Jun-99 08:41:16 +give
  634.      108      88 18.5% 30-Jun-99 08:41:16 +grin
  635.       82      66 19.5% 30-Jun-99 08:41:16 +help
  636.       73      67  8.2% 30-Jun-99 08:41:16 +hug
  637.      314     203 35.3% 30-Jun-99 08:41:16 +idea
  638.      202     143 29.2% 30-Jun-99 08:41:16 +kill
  639.      108      89 17.5% 30-Jun-99 08:41:16 +laugh
  640.     1564     563 64.0% 30-Jun-99 08:41:16 +levels
  641.      114      78 31.5% 30-Jun-99 08:41:16 +password
  642.      227     160 29.5% 30-Jun-99 08:41:16 +quit
  643.      244     163 33.1% 30-Jun-99 08:41:16 +save
  644.      127     100 21.2% 30-Jun-99 08:41:16 +say
  645.      122      98 19.6% 30-Jun-99 08:41:16 +shout
  646.      124      97 21.7% 30-Jun-99 08:41:16 +sigh
  647.      108      88 18.5% 30-Jun-99 08:41:16 +smile
  648.      222     170 23.4% 30-Jun-99 08:41:16 +source
  649.      429     267 37.7% 30-Jun-99 08:41:16 +spell
  650.      116      94 18.9% 30-Jun-99 08:41:16 +stop
  651.      164     114 30.4% 30-Jun-99 08:41:16 +syntax
  652.      169     118 30.1% 30-Jun-99 08:41:16 +tell
  653.       81      69 14.8% 30-Jun-99 08:41:16 +thank
  654.      295     194 34.2% 30-Jun-99 08:41:16 +typo
  655.       54      54  0.0% 30-Jun-99 08:41:16 +who
  656.      445     270 39.3% 30-Jun-99 08:41:16 +wimpy
  657.      155     119 23.2% 30-Jun-99 08:41:16 +add_money
  658.      310     187 39.6% 30-Jun-99 08:41:16 +add_weight
  659.      153     107 30.0% 30-Jun-99 08:41:16 +attacked_by
  660.      694     380 45.2% 30-Jun-99 08:41:16 +can_put_and_ge
  661.      340     216 36.4% 30-Jun-99 08:41:16 +catch_tell
  662.      615     317 48.4% 30-Jun-99 08:41:16 +drop
  663.      203     144 29.0% 30-Jun-99 08:41:16 +exit
  664.      364     219 39.8% 30-Jun-99 08:41:16 +extra_look
  665.      269     180 33.0% 30-Jun-99 08:41:16 +get
  666.      155     117 24.5% 30-Jun-99 08:41:16 +heal_self
  667.      595     313 47.3% 30-Jun-99 08:41:16 +heart_beat
  668.      401     242 39.6% 30-Jun-99 08:41:16 +hit_player
  669.      180     131 27.2% 30-Jun-99 08:41:16 +id
  670.      185     131 29.1% 30-Jun-99 08:41:16 +init
  671.      613     338 44.8% 30-Jun-99 08:41:16 +long
  672.      134     101 24.6% 30-Jun-99 08:41:16 +query_attack
  673.      970     505 47.9% 30-Jun-99 08:41:16 +query_auto_load
  674.      265     178 32.8% 30-Jun-99 08:41:16 +query_gender_string
  675.      280     179 36.0% 30-Jun-99 08:41:16 +query_info
  676.      171     124 27.4% 30-Jun-99 08:41:16 +query_level
  677.      113      92 18.5% 30-Jun-99 08:41:16 +query_money
  678.      116      96 17.2% 30-Jun-99 08:41:16 +query_name
  679.      192     145 24.4% 30-Jun-99 08:41:16 +query_npc
  680.      200     139 30.5% 30-Jun-99 08:41:16 +query_value
  681.      329     201 38.9% 30-Jun-99 08:41:16 +query_weight
  682.      219     143 34.7% 30-Jun-99 08:41:16 +README
  683.      455     257 43.5% 30-Jun-99 08:41:16 +reset
  684.      180     125 30.5% 30-Jun-99 08:41:16 +short
  685.      117      93 20.5% 30-Jun-99 08:41:16 +show_stats
  686.      205     131 36.0% 30-Jun-99 08:41:16 +stop_fight
  687.      222     140 36.9% 30-Jun-99 08:41:16 +stop_wielding
  688.      158     114 27.8% 30-Jun-99 08:41:16 +README
  689.      469     285 39.2% 30-Jun-99 08:41:16 +add_worth
  690.      426     240 43.6% 30-Jun-99 08:41:16 +create_wizard
  691.      542     315 41.8% 30-Jun-99 08:41:16 +find_living
  692.      400     259 35.2% 30-Jun-99 08:41:16 +find_player
  693.      218     144 33.9% 30-Jun-99 08:41:16 +log_file
  694.      199     142 28.6% 30-Jun-99 08:41:16 +ls
  695.      495     282 43.0% 30-Jun-99 08:41:16 +set_living_name
  696.      158     119 24.6% 30-Jun-99 08:41:16 +shout
  697.      398     251 36.9% 30-Jun-99 08:41:16 +wizlist
  698.      510     295 42.1% 30-Jun-99 08:41:16 +cat
  699.       54      54  0.0% 30-Jun-99 08:41:16 +cd
  700.      608     335 44.9% 30-Jun-99 08:41:16 +clone
  701.      433     249 42.4% 30-Jun-99 08:41:16 +destruct
  702.      169     129 23.6% 30-Jun-99 08:41:16 +echo
  703.      193     144 25.3% 30-Jun-99 08:41:16 +echoall
  704.      768     409 46.7% 30-Jul-99 07:40:24 +ed
  705.      116      93 19.8% 30-Jun-99 08:41:16 +emote
  706.      149     110 26.1% 30-Jun-99 08:41:16 +force
  707.      426     239 43.8% 30-Jun-99 08:41:16 +goto
  708.      139     108 22.3% 30-Jun-99 08:41:16 +heal
  709.      109      86 21.1% 30-Jun-99 08:41:16 +in
  710.      435     246 43.4% 30-Jun-99 08:41:16 +load
  711.      270     161 40.3% 30-Jun-99 08:41:16 +ls
  712.      191     133 30.3% 30-Jun-99 08:41:16 +mkdir
  713.      183     131 28.4% 30-Jun-99 08:41:16 +more
  714.      482     272 43.5% 30-Jun-99 08:41:16 +people
  715.       54      54  0.0% 30-Jun-99 08:41:16 +pwd
  716.       62      60  3.2% 30-Jun-99 08:41:16 +README
  717.      126      91 27.7% 30-Jun-99 08:41:16 +review
  718.      280     180 35.7% 30-Jun-99 08:41:16 +rm
  719.      223     150 32.7% 30-Jun-99 08:41:16 +rmdir
  720.      164     116 29.2% 30-Jun-99 08:41:16 +setmin
  721.      170     119 30.0% 30-Jun-99 08:41:16 +setmmin
  722.      172     120 30.2% 30-Jun-99 08:41:16 +setmmout
  723.      164     112 31.7% 30-Jun-99 08:41:16 +setmout
  724.      175     129 26.2% 30-Jun-99 08:41:16 +shutdown
  725.      154     116 24.6% 30-Jun-99 08:41:16 +snoop
  726.       90      80 11.1% 30-Jun-99 08:41:16 +stat
  727.      110      76 30.9% 30-Jun-99 08:41:16 +title
  728.       69      64  7.2% 30-Jun-99 08:41:16 +trans
  729.      448     268 40.1% 30-Jun-99 08:41:16 +update
  730.      963     527 45.2% 30-Jun-99 08:41:16 +wizlist
  731.      496     280 43.5% 30-Jun-99 08:41:16 +wiz_help
  732.       48      48  0.0% 30-Jun-99 08:41:16 +README
  733.       72      70  2.7% 30-Jun-99 08:41:16 +NEWS
  734.     3679    1370 62.7% 30-Jul-99 07:40:24 +alco_drink.c
  735.     3322    1280 61.4% 30-Jun-99 08:41:16 +armour.c
  736.      699     322 53.9% 30-Jun-99 08:41:16 +bag.c
  737.      777     333 57.1% 30-Jun-99 08:41:16 +beer.c
  738.     1407     466 66.8% 30-Jun-99 08:41:16 +book.c
  739.     1071     564 47.3% 30-Jun-99 08:41:16 +book_page1
  740.     3657    1060 71.0% 30-Jun-99 08:41:16 +bull_board.c
  741.     1173     417 64.4% 30-Jul-99 07:40:24 +catch_talk.c
  742.      850     352 58.5% 30-Jul-99 07:40:24 +catch_talk.orc.c
  743.      657     290 55.8% 30-Jun-99 08:41:16 +chat.c
  744.      826     319 61.3% 30-Jun-99 08:41:16 +chest.c
  745.     1590     576 63.7% 30-Jun-99 08:41:16 +container.c
  746.     1561     667 57.2% 30-Jun-99 08:41:16 +corpse.c
  747.      723     345 52.2% 30-Jun-99 08:41:16 +debug.h
  748.     9131    2037 77.6% 30-Jul-99 07:40:24 +door.c
  749.      771     267 65.3% 30-Jul-99 07:40:24 +door.h
  750.     1657     639 61.4% 30-Jun-99 08:41:16 +drink.c
  751.     2630     982 62.6% 30-Jul-99 07:40:24 +explore_xp.c
  752.     2780    1118 59.7% 30-Jul-99 07:40:24 +food.c
  753.       42      42  0.0% 30-Jun-99 08:41:16 +README
  754.      357     214 40.0% 30-Jun-99 08:41:16 +rule1
  755.      207     124 40.0% 30-Jun-99 08:41:16 +rule2
  756.      426     221 48.1% 30-Jun-99 08:41:16 +rule3
  757.      242     122 49.5% 30-Jun-99 08:41:16 +rule4
  758.       97      74 23.7% 30-Jun-99 08:41:16 +rule5
  759.      702     353 49.7% 30-Jun-99 08:41:16 +rules.c
  760.      608     285 53.1% 30-Jul-99 07:40:24 +key.c
  761.     3974    1613 59.4% 30-Jun-99 08:41:16 +leo.c
  762.      823     354 56.9% 30-Jun-99 08:41:16 +less.c
  763.      481     240 50.1% 30-Jun-99 08:41:16 +level_list.c
  764.    23968    7227 69.8% 30-Jul-99 07:40:24 +living.c
  765.      281     182 35.2% 30-Jun-99 08:41:16 +living.h
  766.     2269     818 63.9% 30-Jun-99 08:41:16 +mag_stone.c
  767.     7918    2115 73.2% 30-Jun-99 08:41:16 +mail_reader.c
  768.     2961     864 70.8% 30-Jun-99 08:41:16 +marker.c
  769.    65009   19467 70.0% 28-Jun-01 07:06:26 +master.c
  770.      776     377 51.4% 30-Jun-99 08:41:16 +money.c
  771.     8753    3093 64.6% 09-Jul-01 05:52:14 +monster.c
  772.     8092    2912 64.0% 30-Jul-99 07:40:24 +monster.talk.c
  773.      413     218 47.2% 30-Jun-99 08:41:16 +newspaper.c
  774.    56560   15527 72.5% 10-Mar-01 09:26:18 +player.c
  775.      388     212 45.3% 30-Jun-99 08:41:16 +quest_obj.c
  776.    16973    4595 72.9% 10-Mar-01 09:26:18 +quicktyper.c
  777.    15620    4214 73.0% 30-Jul-99 07:40:24 +roommaker.c
  778.     1805     592 67.2% 30-Jun-99 08:41:16 +rope.c
  779.     1646     634 61.4% 30-Jul-99 07:40:24 +safe.c
  780.      862     440 48.9% 30-Jun-99 08:41:16 +shout_curse.c
  781.     1911     824 56.8% 30-Jun-99 08:41:16 +shut.c
  782.    18261    5000 72.6% 02-Aug-00 07:02:06 +simul_efun.c
  783.      567     285 49.7% 30-Jun-99 08:41:16 +sing.c
  784.     3474    1300 62.5% 30-Jul-99 07:40:24 +soft_drink.c
  785.    21176    3207 84.8% 30-Jun-99 08:41:16 +soul.c
  786.    18225    4994 72.5% 02-Aug-00 07:02:06 +spare_simul_efun.c
  787.     1395     520 62.7% 30-Jul-99 07:40:24 +stethoscope.c
  788.     3174    1039 67.2% 30-Jun-99 08:41:16 +team.c
  789.     1867     716 61.6% 30-Jun-99 08:41:16 +torch.c
  790.    10620    3001 71.7% 30-Jun-99 08:41:16 +trace.c
  791.    10527    2898 72.4% 30-Jun-99 08:41:16 +trace2.c
  792.     1836     800 56.4% 30-Jun-99 08:41:16 +treasure.c
  793.     3302    1223 62.9% 30-Jul-99 07:40:24 +weapon.c
  794.     6779    1918 71.7% 30-Jul-99 07:40:24 +wiz_bull_board.c
  795.     5594    1830 67.2% 30-Jul-99 07:40:24 +wiz_bull_board2.c
  796.     9796    2526 74.2% 30-Jun-99 08:41:16 +board.c
  797.      775     468 39.6% 30-Jun-99 08:41:16 +lars.savefile
  798.     3522    1122 68.1% 30-Jul-99 07:40:24 +mapper.c
  799.      558     271 51.4% 30-Jun-99 08:41:16 +rand.c
  800.      101      90 10.8% 30-Jun-99 08:41:16 +README
  801.      590     320 45.7% 30-Jul-99 07:40:24 +room.c
  802.      661     357 45.9% 30-Jul-99 07:40:24 +test.c
  803.     6540    1646 74.8% 30-Jul-99 07:40:24 +wand.c
  804.      322     203 36.9% 30-Jun-99 08:41:16 +workroom.c
  805.     1080     569 47.3% 30-Jun-99 08:41:16 +README
  806.    12241    3333 72.7% 30-Jul-99 07:40:24 +adv_guild.c
  807.      423     265 37.3% 30-Jun-99 08:41:16 +adv_inner.c
  808.      293     207 29.3% 30-Jun-99 08:41:16 +adv_inner2.c
  809.     1532     512 66.5% 30-Jun-99 08:41:16 +attic.c
  810.     2927    1037 64.5% 30-Jun-99 08:41:16 +bank.c
  811.      845     357 57.7% 30-Jun-99 08:41:16 +bankroom.c
  812.      650     331 49.0% 30-Jun-99 08:41:16 +big_tree.c
  813.     3542    1162 67.1% 30-Jun-99 08:41:16 +church.c
  814.      242     154 36.3% 30-Jun-99 08:41:16 +clearing.c
  815.      176     137 22.1% 30-Jun-99 08:41:16 +crop.c
  816.     2336    1099 52.9% 30-Jul-99 07:40:24 +death.c
  817.     1463     678 53.6% 30-Jul-99 07:40:24 +death_mark.c
  818.    10025    3866 61.4% 30-Jul-99 07:40:24 +death_room.c
  819.      457     261 42.8% 30-Jun-99 08:41:16 +README
  820.      131     110 16.0% 30-Jun-99 08:41:16 +deep_forest1.c
  821.      879     467 46.8% 30-Jun-99 08:41:16 +def_castle.c
  822.      787     353 55.1% 30-Jun-99 08:41:16 +doorway.c
  823.      139     105 24.4% 30-Jun-99 08:41:16 +eastroad1.c
  824.      138      98 28.9% 30-Jun-99 08:41:16 +eastroad2.c
  825.      205     131 36.0% 30-Jun-99 08:41:16 +eastroad3.c
  826.      138     101 26.8% 30-Jun-99 08:41:16 +eastroad4.c
  827.      165     122 26.0% 30-Jun-99 08:41:16 +eastroad5.c
  828.     4511    1365 69.7% 30-Jul-99 07:40:24 +elevator.c
  829.      796     355 55.4% 30-Jun-99 08:41:16 +forest1.c
  830.      133     102 23.3% 30-Jun-99 08:41:16 +forest10.c
  831.      134     104 22.3% 30-Jun-99 08:41:16 +forest11.c
  832.      141     106 24.8% 30-Jun-99 08:41:16 +forest12.c
  833.      879     416 52.6% 30-Jun-99 08:41:16 +forest2.c
  834.      133     104 21.8% 30-Jun-99 08:41:16 +forest3.c
  835.      188     119 36.7% 30-Jun-99 08:41:16 +forest4.c
  836.      133     102 23.3% 30-Jun-99 08:41:16 +forest5.c
  837.      107      94 12.1% 30-Jun-99 08:41:16 +forest6.c
  838.      135     104 22.9% 30-Jun-99 08:41:16 +forest7.c
  839.      134     105 21.6% 30-Jun-99 08:41:16 +forest8.c
  840.      164     112 31.7% 30-Jun-99 08:41:16 +forest9.c
  841.     1818     710 60.9% 30-Jun-99 08:41:16 +fortress.c
  842.     2066     537 74.0% 30-Jun-99 08:41:16 +giant_conf.c
  843.      480     271 43.5% 30-Jun-99 08:41:16 +giant_lair.c
  844.      201     150 25.3% 30-Jun-99 08:41:16 +giant_path.c
  845.      627     291 53.5% 30-Jun-99 08:41:16 +hump.c
  846.      235     156 33.6% 30-Jun-99 08:41:16 +init_file
  847.     3496    1363 61.0% 30-Jul-99 07:40:24 +inn.c
  848.      311     200 35.6% 30-Jun-99 08:41:16 +jetty.c
  849.      480     312 35.0% 30-Jun-99 08:41:16 +jetty2.c
  850.     1309     526 59.8% 30-Jun-99 08:41:16 +log.h
  851.      980     301 69.2% 30-Jun-99 08:41:16 +maze1.c
  852.      994     300 69.8% 30-Jun-99 08:41:16 +maze2.c
  853.      994     303 69.5% 30-Jun-99 08:41:16 +maze3.c
  854.      994     301 69.7% 30-Jun-99 08:41:16 +maze4.c
  855.      649     301 53.6% 30-Jun-99 08:41:16 +maze5.c
  856.      399     268 32.8% 30-Jun-99 08:41:16 +tunnel.c
  857.      143     105 26.5% 30-Jun-99 08:41:16 +tunnel10.c
  858.      145     105 27.5% 30-Jun-99 08:41:16 +tunnel11.c
  859.      146     105 28.0% 30-Jun-99 08:41:16 +tunnel12.c
  860.      102      93  8.8% 30-Jun-99 08:41:16 +tunnel13.c
  861.      143     107 25.1% 30-Jun-99 08:41:16 +tunnel14.c
  862.      144     106 26.3% 30-Jun-99 08:41:16 +tunnel15.c
  863.      617     324 47.4% 30-Jun-99 08:41:16 +tunnel16.c
  864.      177     115 35.0% 30-Jun-99 08:41:16 +tunnel17.c
  865.      114     100 12.2% 30-Jun-99 08:41:16 +tunnel18.c
  866.      156     118 24.3% 30-Jun-99 08:41:16 +tunnel19.c
  867.      143     104 27.2% 30-Jun-99 08:41:16 +tunnel2.c
  868.       94      85  9.5% 30-Jun-99 08:41:16 +tunnel20.c
  869.      137     101 26.2% 30-Jun-99 08:41:16 +tunnel21.c
  870.      162     110 32.0% 30-Jun-99 08:41:16 +tunnel22.c
  871.      137     102 25.5% 30-Jun-99 08:41:16 +tunnel23.c
  872.      158     117 25.9% 30-Jun-99 08:41:16 +tunnel24.c
  873.      157     118 24.8% 30-Jun-99 08:41:16 +tunnel25.c
  874.      194     128 34.0% 30-Jun-99 08:41:16 +tunnel26.c
  875.      100      94  6.0% 30-Jun-99 08:41:16 +tunnel27.c
  876.      137     104 24.0% 30-Jun-99 08:41:16 +tunnel28.c
  877.      825     327 60.3% 30-Jun-99 08:41:16 +tunnel29.c
  878.      936     451 51.8% 30-Jun-99 08:41:16 +tunnel3.c
  879.      145     106 26.8% 30-Jun-99 08:41:16 +tunnel4.c
  880.      412     247 40.0% 30-Jun-99 08:41:16 +tunnel5.c
  881.      142     112 21.1% 30-Jun-99 08:41:16 +tunnel8.c
  882.      805     399 50.4% 30-Jul-99 07:40:24 +tunnel9.c
  883.      645     317 50.8% 30-Jun-99 08:41:16 +tunnel_room.c
  884.      487     305 37.3% 30-Jun-99 08:41:16 +mount_pass.c
  885.      186     134 27.9% 30-Jun-99 08:41:16 +mount_top.c
  886.      311     210 32.4% 30-Jun-99 08:41:16 +mount_top2.c
  887.      572     330 42.3% 30-Jun-99 08:41:16 +narr_alley.c
  888.     1735     687 60.4% 30-Jul-99 07:40:24 +orc_treasure.c
  889.     1879     772 58.9% 30-Jun-99 08:41:16 +orc_vall.c
  890.      557     310 44.3% 28-Feb-00 15:54:30 +plane1.c
  891.      168     110 34.5% 30-Jun-99 08:41:16 +plane10.c
  892.      228     141 38.1% 30-Jun-99 08:41:16 +plane11.c
  893.      204     129 36.7% 30-Jun-99 08:41:16 +plane12.c
  894.      202     138 31.6% 30-Jun-99 08:41:16 +plane13.c
  895.      217     132 39.1% 30-Jun-99 08:41:16 +plane2.c
  896.      234     144 38.4% 30-Jun-99 08:41:16 +plane3.c
  897.      129     100 22.4% 30-Jun-99 08:41:16 +plane4.c
  898.      131      99 24.4% 30-Jun-99 08:41:16 +plane5.c
  899.      193     115 40.4% 30-Jun-99 08:41:16 +plane6.c
  900.      227     136 40.0% 30-Jun-99 08:41:16 +plane7.c
  901.      166     111 33.1% 30-Jun-99 08:41:16 +plane8.c
  902.      851     397 53.3% 30-Jun-99 08:41:16 +plane9.c
  903.     1103     514 53.3% 30-Jun-99 08:41:16 +port_castle.c
  904.      973     500 48.6% 30-Jun-99 08:41:16 +post.c
  905.      258     153 40.6% 30-Jun-99 08:41:16 +prison.c
  906.     8068    2592 67.8% 30-Jun-99 08:41:16 +pub2.c
  907.     1876     794 57.6% 30-Jun-99 08:41:16 +quest_room.c
  908.      194     143 26.2% 30-Jun-99 08:41:16 +ravine.c
  909.        0       0  0.0% 30-Jun-99 08:41:16 +rlogin
  910.     3114    1149 63.1% 30-Jun-99 08:41:16 +room.c
  911.      915     241 73.6% 30-Jun-99 08:41:16 +room.h
  912.      279     184 34.0% 30-Jun-99 08:41:16 +ruin.c
  913.      417     213 48.9% 30-Jun-99 08:41:16 +rum2.c
  914.      535     335 37.3% 30-Jun-99 08:41:16 +sea.c
  915.      929     421 54.6% 30-Jun-99 08:41:16 +sea_bottom.c
  916.     3256    1131 65.2% 30-Jun-99 08:41:16 +shop.c
  917.      188     131 30.3% 30-Jun-99 08:41:16 +slope.c
  918.     1816     728 59.9% 30-Jun-99 08:41:16 +lair.c
  919.      574     246 57.1% 30-Jun-99 08:41:16 +sforst1.c
  920.      580     249 57.0% 30-Jun-99 08:41:16 +sforst10.c
  921.      581     249 57.1% 30-Jun-99 08:41:16 +sforst11.c
  922.      581     248 57.3% 30-Jun-99 08:41:16 +sforst12.c
  923.      581     249 57.1% 30-Jun-99 08:41:16 +sforst13.c
  924.      581     249 57.1% 30-Jun-99 08:41:16 +sforst14.c
  925.      581     250 56.9% 30-Jun-99 08:41:16 +sforst15.c
  926.      582     246 57.7% 30-Jun-99 08:41:16 +sforst16.c
  927.      453     225 50.3% 30-Jun-99 08:41:16 +sforst17.c
  928.      577     248 57.0% 30-Jun-99 08:41:16 +sforst18.c
  929.      704     268 61.9% 30-Jun-99 08:41:16 +sforst19.c
  930.      579     245 57.6% 30-Jun-99 08:41:16 +sforst2.c
  931.      575     249 56.6% 30-Jun-99 08:41:16 +sforst20.c
  932.      577     247 57.1% 30-Jun-99 08:41:16 +sforst21.c
  933.      577     246 57.3% 30-Jun-99 08:41:16 +sforst22.c
  934.      577     246 57.3% 30-Jun-99 08:41:16 +sforst23.c
  935.      453     224 50.5% 30-Jun-99 08:41:16 +sforst24.c
  936.      582     247 57.5% 30-Jun-99 08:41:16 +sforst25.c
  937.      706     267 62.1% 30-Jun-99 08:41:16 +sforst26.c
  938.      706     269 61.8% 30-Jun-99 08:41:16 +sforst27.c
  939.      706     270 61.7% 30-Jun-99 08:41:16 +sforst28.c
  940.      582     248 57.3% 30-Jun-99 08:41:16 +sforst29.c
  941.      579     245 57.6% 30-Jun-99 08:41:16 +sforst3.c
  942.      582     251 56.8% 30-Jun-99 08:41:16 +sforst30.c
  943.      582     251 56.8% 30-Jun-99 08:41:16 +sforst31.c
  944.      582     246 57.7% 30-Jun-99 08:41:16 +sforst32.c
  945.      706     270 61.7% 30-Jun-99 08:41:16 +sforst33.c
  946.      706     270 61.7% 30-Jun-99 08:41:16 +sforst34.c
  947.      706     266 62.3% 30-Jun-99 08:41:16 +sforst35.c
  948.      582     247 57.5% 30-Jun-99 08:41:16 +sforst36.c
  949.      582     248 57.3% 30-Jun-99 08:41:16 +sforst37.c
  950.      706     267 62.1% 30-Jun-99 08:41:16 +sforst38.c
  951.      706     267 62.1% 30-Jun-99 08:41:16 +sforst39.c
  952.      579     245 57.6% 30-Jun-99 08:41:16 +sforst4.c
  953.      706     271 61.6% 30-Jun-99 08:41:16 +sforst40.c
  954.      577     251 56.4% 30-Jun-99 08:41:16 +sforst41.c
  955.      577     246 57.3% 30-Jun-99 08:41:16 +sforst42.c
  956.      577     248 57.0% 30-Jun-99 08:41:16 +sforst43.c
  957.      577     248 57.0% 30-Jun-99 08:41:16 +sforst44.c
  958.      453     227 49.8% 30-Jun-99 08:41:16 +sforst45.c
  959.      706     270 61.7% 30-Jun-99 08:41:16 +sforst46.c
  960.      577     249 56.8% 30-Jun-99 08:41:16 +sforst47.c
  961.      577     245 57.5% 30-Jun-99 08:41:16 +sforst48.c
  962.      577     250 56.6% 30-Jun-99 08:41:16 +sforst49.c
  963.      451     223 50.5% 30-Jun-99 08:41:16 +sforst5.c
  964.      579     246 57.5% 30-Jun-99 08:41:16 +sforst6.c
  965.      579     246 57.5% 30-Jun-99 08:41:16 +sforst7.c
  966.      703     270 61.5% 30-Jun-99 08:41:16 +sforst8.c
  967.      580     249 57.0% 30-Jun-99 08:41:16 +sforst9.c
  968.     1126     448 60.2% 30-Jun-99 08:41:16 +sislnd1.c
  969.      967     472 51.1% 30-Jun-99 08:41:16 +sislnd10.c
  970.      846     344 59.3% 30-Jun-99 08:41:16 +sislnd11.c
  971.     1075     411 61.7% 30-Jun-99 08:41:16 +sislnd12.c
  972.      966     367 62.0% 30-Jun-99 08:41:16 +sislnd13.c
  973.     1008     401 60.2% 30-Jun-99 08:41:16 +sislnd14.c
  974.     1837     679 63.0% 30-Jun-99 08:41:16 +sislnd15.c
  975.      846     327 61.3% 30-Jun-99 08:41:16 +sislnd16.c
  976.     1131     426 62.3% 30-Jun-99 08:41:16 +sislnd17.c
  977.     1613     675 58.1% 30-Jun-99 08:41:16 +sislnd18.c
  978.      778     327 57.9% 30-Jul-99 07:40:24 +sislnd2.c
  979.      713     339 52.4% 30-Jul-99 07:40:24 +sislnd3.c
  980.      783     330 57.8% 30-Jul-99 07:40:24 +sislnd4.c
  981.      875     372 57.4% 30-Jul-99 07:40:24 +sislnd5.c
  982.     1017     383 62.3% 30-Jul-99 07:40:24 +sislnd6.c
  983.      828     328 60.3% 30-Jul-99 07:40:24 +sislnd7.c
  984.      937     347 62.9% 30-Jun-99 08:41:16 +sislnd8.c
  985.     1128     442 60.8% 30-Jun-99 08:41:16 +sislnd9.c
  986.      922     350 62.0% 30-Jun-99 08:41:16 +sshore1.c
  987.      595     279 53.1% 30-Jun-99 08:41:16 +sshore10.c
  988.      596     279 53.1% 30-Jun-99 08:41:16 +sshore11.c
  989.      596     279 53.1% 30-Jun-99 08:41:16 +sshore12.c
  990.      596     280 53.0% 30-Jun-99 08:41:16 +sshore13.c
  991.      790     326 58.7% 30-Jun-99 08:41:16 +sshore14.c
  992.      945     351 62.8% 30-Jun-99 08:41:16 +sshore15.c
  993.      945     352 62.7% 30-Jun-99 08:41:16 +sshore16.c
  994.      945     353 62.6% 30-Jun-99 08:41:16 +sshore17.c
  995.      945     351 62.8% 30-Jun-99 08:41:16 +sshore18.c
  996.      950     347 63.4% 30-Jun-99 08:41:16 +sshore19.c
  997.      773     326 57.8% 30-Jun-99 08:41:16 +sshore2.c
  998.      945     357 62.2% 30-Jun-99 08:41:16 +sshore20.c
  999.      945     351 62.8% 30-Jun-99 08:41:16 +sshore21.c
  1000.      945     350 62.9% 30-Jun-99 08:41:16 +sshore22.c
  1001.      790     325 58.8% 30-Jun-99 08:41:16 +sshore23.c
  1002.      790     328 58.4% 30-Jun-99 08:41:16 +sshore24.c
  1003.      945     352 62.7% 30-Jun-99 08:41:16 +sshore25.c
  1004.     1601     610 61.8% 30-Jun-99 08:41:16 +sshore26.c
  1005.      945     352 62.7% 30-Jun-99 08:41:16 +sshore27.c
  1006.      790     325 58.8% 30-Jun-99 08:41:16 +sshore28.c
  1007.      788     325 58.7% 30-Jun-99 08:41:16 +sshore29.c
  1008.      773     327 57.6% 30-Jun-99 08:41:16 +sshore3.c
  1009.      788     325 58.7% 30-Jun-99 08:41:16 +sshore30.c
  1010.      773     326 57.8% 30-Jun-99 08:41:16 +sshore4.c
  1011.      773     326 57.8% 30-Jun-99 08:41:16 +sshore5.c
  1012.      773     327 57.6% 30-Jun-99 08:41:16 +sshore6.c
  1013.      923     351 61.9% 30-Jun-99 08:41:16 +sshore7.c
  1014.      943     351 62.7% 30-Jun-99 08:41:16 +sshore8.c
  1015.      789     325 58.8% 30-Jun-99 08:41:16 +sshore9.c
  1016.      228     175 23.2% 30-Jun-99 08:41:16 +station.c
  1017.     3420     542 84.1% 30-Jun-99 08:41:16 +std.h
  1018.      611     331 45.8% 30-Jul-99 07:40:24 +storage.c
  1019.     2654     899 66.1% 30-Jul-99 07:40:24 +store.c
  1020.      849     398 53.1% 30-Jun-99 08:41:16 +after_trap.c
  1021.     1555     535 65.5% 30-Jun-99 08:41:16 +door_trap.c
  1022.      134     105 21.6% 30-Jun-99 08:41:16 +sunalley1.c
  1023.      104      92 11.5% 30-Jun-99 08:41:16 +sunalley2.c
  1024.     1901     632 66.7% 30-Jun-99 08:41:16 +test.c
  1025.     1410     691 50.9% 30-Jun-99 08:41:16 +tune.h
  1026.      366     226 38.2% 30-Jul-99 07:40:24 +vill_green.c
  1027.      365     226 38.0% 30-Jun-99 08:41:16 +vill_road1.c
  1028.     7309    2218 69.6% 10-Mar-01 09:26:18 +vill_road2.c
  1029.      517     294 43.1% 30-Jun-99 08:41:16 +vill_shore.c
  1030.      236     154 34.7% 30-Jun-99 08:41:16 +vill_shore2.c
  1031.      288     196 31.9% 30-Jun-99 08:41:16 +vill_track.c
  1032.      570     282 50.5% 30-Jun-99 08:41:16 +void.c
  1033.     1307     497 61.9% 30-Jun-99 08:41:16 +well.c
  1034.      251     178 29.0% 30-Jun-99 08:41:16 +wild1.c
  1035.     1667     612 63.2% 30-Jun-99 08:41:16 +wiz_hall.c
  1036.     1990     820 58.7% 30-Jun-99 08:41:16 +yard.c
  1037.      184     133 27.7% 16-Nov-00 05:51:58 +master.c
  1038.      787     381 51.5% 14-Apr-00 07:10:44 +commands.h
  1039.     5369    1328 75.2% 23-Apr-01 06:49:16 +debug_info.h
  1040.      543     257 52.6% 23-Apr-01 06:49:16 +debug_message.h
  1041.      798     301 62.2% 14-Apr-00 07:10:44 +driver_hook.h
  1042.     1662     676 59.3% 16-Nov-00 05:51:58 +erq.h
  1043.      759     370 51.2% 30-Jun-99 08:41:16 +files.h
  1044.     1451     587 59.5% 23-Apr-01 06:49:16 +functionlist.h
  1045.      321     205 36.1% 30-Jun-99 08:41:16 +input_to.h
  1046.     1342     501 62.6% 30-Jun-99 08:41:16 +lpctypes.h
  1047.     2259     709 68.6% 23-Apr-01 06:49:16 +objectinfo.h
  1048.      525     251 52.1% 23-Apr-01 06:49:16 +rtlimits.h
  1049.      167      93 44.3% 23-Apr-01 06:49:16 +sent.h
  1050.      201     129 35.8% 22-Jul-99 23:10:50 +strings.h
  1051.      661     302 54.3% 30-Jun-99 08:41:16 +trace.h
  1052.      528     290 45.0% 14-Apr-00 07:10:44 +wizlist.h
  1053.      755     451 40.2% 30-Jun-99 08:41:16 +WELCOME
  1054.       11      11  0.0% 30-Jun-99 08:41:16 +WIZLIST
  1055.       71      71  0.0% 30-Jun-99 08:41:16 +WIZNEWS
  1056.      336     226 32.7% 10-May-01 00:54:54 +INFO.txt
  1057.     9944    2779 72.0% 10-May-01 00:54:54 +mudlib.diff
  1058.     1623     847 47.8% 10-May-01 00:54:54 +README
  1059.      220     180 18.1% 28-Feb-00 16:30:54 +INFO.txt
  1060.     7381    3196 56.6% 30-Jul-99 07:40:24 +README.install
  1061.      322     218 32.2% 28-Feb-00 16:21:12 +func_spec.diff
  1062.     3646    1445 60.3% 28-Feb-00 16:21:12 +interpret.c.diff
  1063.    10561    2650 74.9% 08-Aug-01 19:38:52 +dhrystone.c
  1064.    43239   12753 70.5% 03-Apr-01 05:27:22 +master_skeleton.c
  1065.      615     320 47.9% 08-Aug-01 09:01:04 +README
  1066.    11154    3699 66.8% 31-Mar-99 04:28:10 +simul_efun-dr.c
  1067.      936     408 56.4% 16-Jul-01 07:56:00 +commands.h
  1068.     5378    1330 75.2% 14-Jul-01 05:49:24 +debug_info.h
  1069.      552     260 52.8% 14-Jul-01 05:49:24 +debug_message.h
  1070.      842     311 63.0% 14-Jul-01 05:49:24 +driver_hook.h
  1071.     1671     682 59.1% 14-Jul-01 05:49:24 +erq.h
  1072.      768     373 51.4% 14-Jul-01 05:49:24 +files.h
  1073.     1463     590 59.6% 14-Jul-01 05:49:24 +functionlist.h
  1074.      330     208 36.9% 14-Jul-01 05:49:24 +input_to.h
  1075.     1354     503 62.8% 14-Jul-01 05:49:24 +lpctypes.h
  1076.     2268     712 68.6% 14-Jul-01 05:49:24 +objectinfo.h
  1077.      528     252 52.2% 14-Jul-01 05:49:24 +rtlimits.h
  1078.      165      90 45.4% 14-Jul-01 05:49:24 +sent.h
  1079.      210     132 37.1% 14-Jul-01 05:49:24 +strings.h
  1080.      634     311 50.9% 14-Jul-01 05:49:24 +time.h
  1081.      670     304 54.6% 14-Jul-01 05:49:24 +trace.h
  1082.      537     292 45.6% 14-Jul-01 05:49:24 +wizlist.h
  1083.     6656    1933 70.9% 11-Jun-01 07:20:42 +telnet_neg.txt
  1084.     5639    1613 71.3% 18-Jul-01 04:54:48 +test_master.c
  1085.    10262   10262  0.0% 16-Jul-01 06:36:06 +pb-ldmud.jpg
  1086.     2345    2022 13.7% 08-Aug-01 09:12:56 +pb-ldmud.jpg.info
  1087.      972     539 44.5% 08-Aug-01 08:38:58 +README
  1088.     5454    2399 56.0% 15-Aug-01 15:09:46 +README.Amiga
  1089.     2782    1844 33.7% 08-Aug-01 09:12:56 +README.Amiga.info
  1090.     1264     462 63.4% 08-Aug-01 19:46:40 +StartMUD
  1091.     1780    1527 14.2% 08-Aug-01 09:12:56 +StartMUD.info
  1092.        0       0  0.0% 08-Aug-01 19:51:50 +
  1093. -------- ------- ----- --------- --------
  1094.  2596917 1048994 59.6% 25-Aug-101 06:32:26   949 files
  1095.